IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
When Select Case statements have a large set of Case clauses, it is usually an attempt to map two sets of data.
Select Case
Case
A real map structure would be more readable and maintainable, and should be used instead.